Home
last modified time | relevance | path

Searched hist:fbc697796e358d1ed8ed25758b19bdb3a1f8e9f9 (Results 1 – 1 of 1) sorted by last modified time

/linux/include/uapi/linux/
H A Dpkt_sched.hdiff fbc697796e358d1ed8ed25758b19bdb3a1f8e9f9 Tue Jul 09 23:45:17 CEST 2019 David Ahern <dsahern@gmail.com> pkt_sched: Include const.h

Commit 9903c8dc7342 changed TC_ETF defines to use _BITUL instead of BIT
but did not add the dependecy on linux/const.h. As a consequence,
importing the uapi headers into iproute2 causes builds to fail. Add
the dependency.

Fixes: 9903c8dc7342 ("etf: Don't use BIT() in UAPI headers.")
Cc: Vedang Patel <vedang.patel@intel.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>